; * doc/misc/use-package.texi (Hooks): Fix typo (bug#77609).
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 May 2025 09:59:19 +0000 (12:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 May 2025 09:59:19 +0000 (12:59 +0300)
doc/misc/use-package.texi

index 69dd68d7f3aaed92ac3840a87078fadef25a846d..1d10ed2bd5f3fa6be62ed352c03572f315fa4d8f 100644 (file)
@@ -1191,7 +1191,7 @@ keybindings you've set using either the @code{:bind} keyword or the
 @cindex hooks
 @findex :hook
 The @code{:hook} keyword allows adding functions to hooks.  It takes
-one argument of the form @var{hooks}, specifying  or more functions
+one argument of the form @var{hooks}, specifying one or more functions
 to add to one or more hooks.  For the purposes of @code{:hook}, the
 name of hook variables should always exclude the @samp{-hook} suffix.
 It is appended automatically for you, to save some typing.